Edit Task: RecurringType
Description
The RecurringType attribute under EditTask sets the recurring type of the task. This value cannot be set if editing a task that is of the type recurringChild.
Parameters
Parameter | Description |
---|---|
RecurringType | Options are "SingleInstance", "RecurrResourceParent", "RecurrTimeParent", "RecurringChild", "TemplateNonRecurrParent", "TemplateChild", "TemplateRecurrResourceParent", "TemplateRecurrTimeParent", "TemplateRecurringChild". |
Examples
Set a task to recur whenever resources are available.
PATCH api/task/TaskA
Body:
{
"RecurringType" : "RecurrTimeParent"
}